type github.com/google/go-cmp/cmp.repeatCount
7 uses
github.com/google/go-cmp/cmp (current package)
report_text.go#L51: return repeatCount(n).appendChar(b, '\t')
report_text.go#L54: type repeatCount int
report_text.go#L56: func (n repeatCount) appendChar(b []byte, c byte) []byte {
report_text.go#L315: ) []repeatCount {
report_text.go#L317: lens := make([]repeatCount, len(s))
report_text.go#L321: lens[j] = repeatCount(maxLen - lenFunc(s[j]))
report_text.go#L332: lens[j] = repeatCount(maxLen - lenFunc(s[j]))
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)